setZoomLevel

abstract fun setZoomLevel(level: Float)

Set the zoom level of the scene, e.g., for headless versions. This only shows an effect if the zoom level is not handled/overwritten by the UI. Setting a zoom level of 2F results in one dot in the design to be two pixels on the screen.

Parameters

level

the zoom level with unit dpx/dot. is shown on the screen.